home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / ezbrew10.arj / EZBREW.BAT < prev    next >
DOS Batch File  |  1993-08-31  |  2KB  |  62 lines

  1. @ECHO OFF
  2.   if exist ezbrew10.exe goto CheckGLS
  3.   echo Could Not fine EZBREW10.EXE!
  4.   goto Help
  5. :CheckGLS
  6.   if exist ezbrew.gls goto CheckHLP
  7.   echo Could Not fine EZBREW.GLS!
  8.   goto Help
  9. :CheckHLP
  10.   if exist ezbrew.hlp goto CheckINF
  11.   echo Could Not fine EZBREW.HLP!
  12.   goto Help
  13. :CheckINF
  14.   if exist ezbrew.inf goto CheckREF
  15.   echo Could Not fine EZBREW.INF!
  16.   goto Help
  17. :CheckREF
  18.   if exist ezbrew.ref goto CheckDEG
  19.   echo Could Not fine EZBREW.REF!
  20.   goto Help
  21. :CheckDEG
  22.   if exist degext.dat goto CheckEFF
  23.   echo Could Not fine DEGEXT.DAT!
  24.   goto Help
  25. :CheckEFF
  26.   if exist effiency.dat goto CheckVOL
  27.   echo Could Not fine EFFIENCY.DAT!
  28.   goto Help
  29. :CheckVOL
  30.   if exist vol_co2.dat goto CheckVCO
  31.   echo Could Not fine VOL_CO2.DAT!
  32.   goto Help
  33. :CheckVCO
  34.   if exist vol_co2.tab goto CheckTEM
  35.   echo Could Not fine VOL_CO2.TAB!
  36.   goto Help
  37. :CheckTEM
  38.   if exist tempcorr.dat goto CheckSGB
  39.   echo Could Not fine TEMPCORR.DAT!
  40.   goto Help
  41. :CheckSGB
  42.   if exist sg_brix.tab goto CheckHOP
  43.   echo Could Not fine SG_BRIX.TAB!
  44.   goto Help
  45. :CheckHOP
  46.   if exist hopsaau.dat goto CheckHPS
  47.   echo Could Not fine HOPSAAU.DAT!
  48.   goto Help
  49. :CheckHPS
  50.   if exist hopsutil.dat goto CheckIBU
  51.   echo Could Not fine HOPSUTIL.DAT!
  52.   goto Help
  53. :CheckIBU
  54.   if exist ibutype.dat goto RunEZBREW
  55.   echo Could Not fine IBUTYPE.DAT!
  56. :Help
  57.   echo One or more files are missing - please refer to the user's guide.
  58.   goto Out
  59. :RunEZBREW
  60.   EZBREW10 %1 %2 %3 %4 %5 %6 %7
  61. :Out
  62.